From: Chong Yidong Date: Sat, 3 Feb 2007 17:34:35 +0000 (+0000) Subject: * net/newsticker.el (newsticker--insert-image): Update docstring, X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2431 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fc104f7fee71634c5e4d90ba3d6ff2f3262238df;p=emacs.git * net/newsticker.el (newsticker--insert-image): Update docstring, and insert the image directly. (newsticker--buffer-redraw): Update docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c0aa0f6937a..6a66b6da0cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2007-02-03 Chong Yidong + * net/newsticker.el (newsticker--insert-image): Update docstring, + and insert the image directly. + (newsticker--buffer-redraw): Update docstring. + * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Rename from define-global-minor-mode.